Class ChangeRecurringSelectOutput

Description

自動売上自動売上定義変更(口座振替セレクト) 出力パラメータクラス

Located in /com/gmo_pg/client/output/ChangeRecurringSelectOutput.php (line 11)

BaseOutput
   |
   --ChangeRecurringSelectOutput
Method Summary
 ChangeRecurringSelectOutput __construct ([IgnoreCaseMap $params = null])
 integer getAmount ()
 string getChargeDay ()
 string getChargeMonth ()
 string getChargeStartDate ()
 string getChargeStopDate ()
 string getNextChargeDate ()
 string getRecurringID ()
 string getShopID ()
 integer getTax ()
 void setAmount (integer $amount)
 void setChargeDay (string $chargeDay)
 void setChargeMonth (string $chargeMonth)
 void setChargeStartDate (string $chargeStartDate)
 void setChargeStopDate (string $chargeStopDate)
 void setNextChargeDate (string $nextChargeDate)
 void setRecurringID (string $recurringID)
 void setShopID (string $shopID)
 void setTax (integer $tax)
 string toString ()
Methods
Constructor __construct (line 56)

コンストラクタ

  • access: public
ChangeRecurringSelectOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getAmount (line 95)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getChargeDay (line 116)

課金基準日取得

  • return: 課金基準日
  • access: public
string getChargeDay ()
getChargeMonth (line 109)

課金月取得

  • return: 課金月
  • access: public
string getChargeMonth ()
getChargeStartDate (line 123)

課金開始日取得

  • return: 課金開始日
  • access: public
string getChargeStartDate ()
getChargeStopDate (line 130)

課金停止日取得

  • return: 課金停止日
  • access: public
string getChargeStopDate ()
getNextChargeDate (line 137)

次回課金日取得

  • return: 次回課金日
  • access: public
string getNextChargeDate ()
getRecurringID (line 88)

自動売上ID取得

  • return: 自動売上ID
  • access: public
string getRecurringID ()
getShopID (line 81)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getTax (line 102)

税送料取得

  • return: 税送料
  • access: public
integer getTax ()
setAmount (line 162)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount
setChargeDay (line 186)

課金基準日設定

  • access: public
void setChargeDay (string $chargeDay)
  • string $chargeDay
setChargeMonth (line 178)

課金月設定

  • access: public
void setChargeMonth (string $chargeMonth)
  • string $chargeMonth
setChargeStartDate (line 194)

課金開始日設定

  • access: public
void setChargeStartDate (string $chargeStartDate)
  • string $chargeStartDate
setChargeStopDate (line 202)

課金停止日設定

  • access: public
void setChargeStopDate (string $chargeStopDate)
  • string $chargeStopDate
setNextChargeDate (line 210)

次回課金日設定

  • access: public
void setNextChargeDate (string $nextChargeDate)
  • string $nextChargeDate
setRecurringID (line 154)

自動売上ID設定

  • access: public
void setRecurringID (string $recurringID)
  • string $recurringID
setShopID (line 146)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setTax (line 170)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax
toString (line 221)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 19:54:04 +0900 by phpDocumentor 1.4.3